PropertyCollectionItem Property (PropertyName) |
Gets or sets the element at the specified index.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic Property this[
PropertyName propertyName
] { get; }Public ReadOnly Default Property Item (
propertyName As PropertyName
) As Property
Get
Parameters
- propertyName
- Type: Independentsoft.WebdavPropertyName
The propertyName.
Return Value
Type:
PropertyThe value of the propertyName.
See Also